Color Hex Logo

#cbe5d0 Color Hex

#CBE5D0
(203,229,208)
0 Favorites   0 Comments

Color spaces of #cbe5d0

RGB 203229208
HSL0.370.330.85
HSV132°11°90°
CMYK 0.110.000.09   0.10
XYZ64.033173.289270.4458
Yxy73.28920.30820.3527
Hunter Lab85.6091-16.303211.1380
CIE-Lab88.5855-12.47867.3401

#cbe5d0 color RGB value is (203,229,208).

#cbe5d0 hex color red value is 203, green value is 229 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #cbe5d0 hue: 0.37 , saturation: 0.33 and the lightness value of cbe5d0 is 0.85.

The process color (four color CMYK) of #cbe5d0 color hex is 0.11, 0.00, 0.09, 0.10. Web safe color of #cbe5d0 is #cccccc. Color #cbe5d0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 11010000
Octal 313 345 320
Decimal 203 229 208
Hex CB E5 D0

RGB Percentages of Color #cbe5d0

%31.72
%35.78
%32.50

CMYK Percentages of Color #cbe5d0

%11
%0
%9
%10

Triadic Colors of #cbe5d0

#cbe5d0 #d0cbe5 #e5d0cb

Analogous Colors of #cbe5d0

#cbe5d0 #cbe5dd #d3e5cb

Monochromatic Colors of #cbe5d0

#cbe5d0

Complementary Color

#cbe5d0 #e5cbe0

#cbe5d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe5d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe5d0 Color CSS Codes

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

#cbe5d0 Text Font Color

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

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


#cbe5d0 Background Color

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

This div background color is #cbe5d0


#cbe5d0 Border Color

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

This div border color is #cbe5d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe5d0


Comments

No comments written yet.

Please login to write comment.