Color Hex Logo

#cbeeb0 Color Hex

#CBEEB0
(203,238,176)
0 Favorites   0 Comments

Color spaces of #cbeeb0

RGB 203238176
HSL0.260.650.81
HSV94°26°93°
CMYK 0.150.000.26   0.07
XYZ63.039676.980252.6104
Yxy76.98020.32730.3996
Hunter Lab87.7384-25.290725.8649
CIE-Lab90.3125-22.201526.3573

#cbeeb0 color RGB value is (203,238,176).

#cbeeb0 hex color red value is 203, green value is 238 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #cbeeb0 hue: 0.26 , saturation: 0.65 and the lightness value of cbeeb0 is 0.81.

The process color (four color CMYK) of #cbeeb0 color hex is 0.15, 0.00, 0.26, 0.07. Web safe color of #cbeeb0 is #ccff99. Color #cbeeb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 10110000
Octal 313 356 260
Decimal 203 238 176
Hex CB EE B0

RGB Percentages of Color #cbeeb0

%32.90
%38.57
%28.53

CMYK Percentages of Color #cbeeb0

%15
%0
%26
%7

Triadic Colors of #cbeeb0

#cbeeb0 #b0cbee #eeb0cb

Analogous Colors of #cbeeb0

#cbeeb0 #b0eeb4 #eaeeb0

Monochromatic Colors of #cbeeb0

#cbeeb0

Complementary Color

#cbeeb0 #d3b0ee

#cbeeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeeb0 Color CSS Codes

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

#cbeeb0 Text Font Color

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

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


#cbeeb0 Background Color

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

This div background color is #cbeeb0


#cbeeb0 Border Color

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

This div border color is #cbeeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeeb0


Comments

No comments written yet.

Please login to write comment.