Color Hex Logo

#cbdfef Color Hex

#CBDFEF
(203,223,239)
0 Favorites   0 Comments

Color spaces of #cbdfef

RGB 203223239
HSL0.570.530.87
HSV207°15°94°
CMYK 0.150.070.00   0.06
XYZ66.596371.703991.9916
Yxy71.70390.28920.3114
Hunter Lab84.6782-7.8030-5.1360
CIE-Lab87.8259-3.4323-10.0614

#cbdfef color RGB value is (203,223,239).

#cbdfef hex color red value is 203, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cbdfef hue: 0.57 , saturation: 0.53 and the lightness value of cbdfef is 0.87.

The process color (four color CMYK) of #cbdfef color hex is 0.15, 0.07, 0.00, 0.06. Web safe color of #cbdfef is #ccccff. Color #cbdfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011111 11101111
Octal 313 337 357
Decimal 203 223 239
Hex CB DF EF

RGB Percentages of Color #cbdfef

%30.53
%33.53
%35.94

CMYK Percentages of Color #cbdfef

%15
%7
%0
%6

Triadic Colors of #cbdfef

#cbdfef #efcbdf #dfefcb

Analogous Colors of #cbdfef

#cbdfef #cbcdef #cbefed

Monochromatic Colors of #cbdfef

#cbdfef

Complementary Color

#cbdfef #efdbcb

#cbdfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdfef Color CSS Codes

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

#cbdfef Text Font Color

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

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


#cbdfef Background Color

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

This div background color is #cbdfef


#cbdfef Border Color

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

This div border color is #cbdfef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,223,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbdfef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbdfef;
  -webkit-box-shadow: 1px 1px 3px 2px #cbdfef;
  box-shadow:         1px 1px 3px 2px #cbdfef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,223,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdfef


Comments

No comments written yet.

Please login to write comment.