Color Hex Logo

#cbe4ca Color Hex

#CBE4CA
(203,228,202)
0 Favorites   0 Comments

Color spaces of #cbe4ca

RGB 203228202
HSL0.330.330.84
HSV118°11°89°
CMYK 0.110.000.11   0.11
XYZ63.032772.447666.5387
Yxy72.44760.31200.3586
Hunter Lab85.1162-16.765213.2319
CIE-Lab88.1836-13.04119.9062

#cbe4ca color RGB value is (203,228,202).

#cbe4ca hex color red value is 203, green value is 228 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cbe4ca hue: 0.33 , saturation: 0.33 and the lightness value of cbe4ca is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 11001010
Octal 313 344 312
Decimal 203 228 202
Hex CB E4 CA

RGB Percentages of Color #cbe4ca

%32.07
%36.02
%31.91

CMYK Percentages of Color #cbe4ca

%11
%0
%11
%11

Triadic Colors of #cbe4ca

#cbe4ca #cacbe4 #e4cacb

Analogous Colors of #cbe4ca

#cbe4ca #cae4d6 #d8e4ca

Monochromatic Colors of #cbe4ca

#cbe4ca

Complementary Color

#cbe4ca #e3cae4

#cbe4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe4ca Color CSS Codes

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

#cbe4ca Text Font Color

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

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


#cbe4ca Background Color

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

This div background color is #cbe4ca


#cbe4ca Border Color

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

This div border color is #cbe4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe4ca


Comments

No comments written yet.

Please login to write comment.