Color Hex Logo

#cbe3cd Color Hex

#CBE3CD
(203,227,205)
1 Favorites   0 Comments

Color spaces of #cbe3cd

RGB 203227205
HSL0.350.300.84
HSV125°11°89°
CMYK 0.110.000.10   0.11
XYZ63.117172.042568.3366
Yxy72.04250.31020.3540
Hunter Lab84.8779-15.799611.6791
CIE-Lab87.9890-12.00808.0557

#cbe3cd color RGB value is (203,227,205).

#cbe3cd hex color red value is 203, green value is 227 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cbe3cd hue: 0.35 , saturation: 0.30 and the lightness value of cbe3cd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100011 11001101
Octal 313 343 315
Decimal 203 227 205
Hex CB E3 CD

RGB Percentages of Color #cbe3cd

%31.97
%35.75
%32.28

CMYK Percentages of Color #cbe3cd

%11
%0
%10
%11

Triadic Colors of #cbe3cd

#cbe3cd #cdcbe3 #e3cdcb

Analogous Colors of #cbe3cd

#cbe3cd #cbe3d9 #d5e3cb

Monochromatic Colors of #cbe3cd

#cbe3cd

Complementary Color

#cbe3cd #e3cbe1

#cbe3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe3cd Color CSS Codes

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

#cbe3cd Text Font Color

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

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


#cbe3cd Background Color

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

This div background color is #cbe3cd


#cbe3cd Border Color

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

This div border color is #cbe3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe3cd

#cbe3cd Color Palettes


Comments

No comments written yet.

Please login to write comment.