Color Hex Logo

#cedbf2 Color Hex

#CEDBF2
(206,219,242)
0 Favorites   0 Comments

Color spaces of #cedbf2

RGB 206219242
HSL0.610.580.88
HSV218°15°95°
CMYK 0.150.100.00   0.05
XYZ66.812170.195794.0321
Yxy70.19570.28920.3038
Hunter Lab83.7829-4.2764-7.8950
CIE-Lab87.09280.2068-12.7131

#cedbf2 color RGB value is (206,219,242).

#cedbf2 hex color red value is 206, green value is 219 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #cedbf2 hue: 0.61 , saturation: 0.58 and the lightness value of cedbf2 is 0.88.

The process color (four color CMYK) of #cedbf2 color hex is 0.15, 0.10, 0.00, 0.05. Web safe color of #cedbf2 is #ccccff. Color #cedbf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 11110010
Octal 316 333 362
Decimal 206 219 242
Hex CE DB F2

RGB Percentages of Color #cedbf2

%30.88
%32.83
%36.28

CMYK Percentages of Color #cedbf2

%15
%10
%0
%5

Triadic Colors of #cedbf2

#cedbf2 #f2cedb #dbf2ce

Analogous Colors of #cedbf2

#cedbf2 #d3cef2 #ceedf2

Monochromatic Colors of #cedbf2

#cedbf2

Complementary Color

#cedbf2 #f2e5ce

#cedbf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbf2 Color CSS Codes

.mybgcolor {background-color:#cedbf2; } 
.myforecolor {color:#cedbf2; }
.mybordercolor {border:3px solid #cedbf2; }

#cedbf2 Text Font Color

<p style="color:#cedbf2">Text here</p>

This sample text font color is #cedbf2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cedbf2 Background Color

<div style="background-color:#cedbf2">
Div content here</div>

This div background color is #cedbf2


#cedbf2 Border Color

<div style="border:3px solid #cedbf2">
Div here</div>

This div border color is #cedbf2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,219,242, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cedbf2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cedbf2;
  -webkit-box-shadow: 1px 1px 3px 2px #cedbf2;
  box-shadow:         1px 1px 3px 2px #cedbf2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,219,242, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cedbf2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cedbf2;
  -webkit-box-shadow: 1px 1px 3px 2px #cedbf2;
  box-shadow:         1px 1px 3px 2px #cedbf2;">
Div content here</div>

This div box has shadow with color #cedbf2


Comments

No comments written yet.

Please login to write comment.