Color Hex Logo

#cbdce6 Color Hex

#CBDCE6
(203,220,230)
0 Favorites   0 Comments

Color spaces of #cbdce6

RGB 203220230
HSL0.560.350.85
HSV202°12°90°
CMYK 0.120.040.00   0.10
XYZ64.504769.596184.8965
Yxy69.59610.29450.3178
Hunter Lab83.4243-7.9740-1.9393
CIE-Lab86.7984-3.7023-6.8414

#cbdce6 color RGB value is (203,220,230).

#cbdce6 hex color red value is 203, green value is 220 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #cbdce6 hue: 0.56 , saturation: 0.35 and the lightness value of cbdce6 is 0.85.

The process color (four color CMYK) of #cbdce6 color hex is 0.12, 0.04, 0.00, 0.10. Web safe color of #cbdce6 is #ccccff. Color #cbdce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011100 11100110
Octal 313 334 346
Decimal 203 220 230
Hex CB DC E6

RGB Percentages of Color #cbdce6

%31.09
%33.69
%35.22

CMYK Percentages of Color #cbdce6

%12
%4
%0
%10

Triadic Colors of #cbdce6

#cbdce6 #e6cbdc #dce6cb

Analogous Colors of #cbdce6

#cbdce6 #cbcfe6 #cbe6e3

Monochromatic Colors of #cbdce6

#cbdce6

Complementary Color

#cbdce6 #e6d5cb

#cbdce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdce6 Color CSS Codes

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

#cbdce6 Text Font Color

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

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


#cbdce6 Background Color

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

This div background color is #cbdce6


#cbdce6 Border Color

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

This div border color is #cbdce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdce6


Comments

No comments written yet.

Please login to write comment.