Color Hex Logo

#cedbf0 Color Hex

#CEDBF0
(206,219,240)
0 Favorites   0 Comments

Color spaces of #cedbf0

RGB 206219240
HSL0.600.530.87
HSV217°14°94°
CMYK 0.140.090.00   0.06
XYZ66.513370.076192.4585
Yxy70.07610.29040.3059
Hunter Lab83.7115-4.6671-6.8872
CIE-Lab87.0342-0.2044-11.7457

#cedbf0 color RGB value is (206,219,240).

#cedbf0 hex color red value is 206, green value is 219 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #cedbf0 hue: 0.60 , saturation: 0.53 and the lightness value of cedbf0 is 0.87.

The process color (four color CMYK) of #cedbf0 color hex is 0.14, 0.09, 0.00, 0.06. Web safe color of #cedbf0 is #ccccff. Color #cedbf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 11110000
Octal 316 333 360
Decimal 206 219 240
Hex CE DB F0

RGB Percentages of Color #cedbf0

%30.98
%32.93
%36.09

CMYK Percentages of Color #cedbf0

%14
%9
%0
%6

Triadic Colors of #cedbf0

#cedbf0 #f0cedb #dbf0ce

Analogous Colors of #cedbf0

#cedbf0 #d2cef0 #ceecf0

Monochromatic Colors of #cedbf0

#cedbf0

Complementary Color

#cedbf0 #f0e3ce

#cedbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbf0 Color CSS Codes

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

#cedbf0 Text Font Color

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

This sample text font color is #cedbf0
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.


#cedbf0 Background Color

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

This div background color is #cedbf0


#cedbf0 Border Color

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

This div border color is #cedbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedbf0


Comments

No comments written yet.

Please login to write comment.