Color Hex Logo

#cbeec0 Color Hex

#CBEEC0
(203,238,192)
0 Favorites   0 Comments

Color spaces of #cbeec0

RGB 203238192
HSL0.290.580.84
HSV106°19°93°
CMYK 0.150.000.19   0.07
XYZ64.717677.651461.4464
Yxy77.65140.31750.3810
Hunter Lab88.1200-23.115120.3409
CIE-Lab90.6206-19.694418.5530

#cbeec0 color RGB value is (203,238,192).

#cbeec0 hex color red value is 203, green value is 238 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #cbeec0 hue: 0.29 , saturation: 0.58 and the lightness value of cbeec0 is 0.84.

The process color (four color CMYK) of #cbeec0 color hex is 0.15, 0.00, 0.19, 0.07. Web safe color of #cbeec0 is #ccffcc. Color #cbeec0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 11000000
Octal 313 356 300
Decimal 203 238 192
Hex CB EE C0

RGB Percentages of Color #cbeec0

%32.07
%37.60
%30.33

CMYK Percentages of Color #cbeec0

%15
%0
%19
%7

Triadic Colors of #cbeec0

#cbeec0 #c0cbee #eec0cb

Analogous Colors of #cbeec0

#cbeec0 #c0eecc #e2eec0

Monochromatic Colors of #cbeec0

#cbeec0

Complementary Color

#cbeec0 #e3c0ee

#cbeec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeec0 Color CSS Codes

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

#cbeec0 Text Font Color

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

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


#cbeec0 Background Color

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

This div background color is #cbeec0


#cbeec0 Border Color

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

This div border color is #cbeec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeec0


Comments

No comments written yet.

Please login to write comment.