Color Hex Logo

#cbeabb Color Hex

#CBEABB
(203,234,187)
0 Favorites   0 Comments

Color spaces of #cbeabb

RGB 203234187
HSL0.280.530.83
HSV100°20°92°
CMYK 0.130.000.20   0.08
XYZ63.021175.130058.1937
Yxy75.13000.32100.3826
Hunter Lab86.6776-21.902820.8681
CIE-Lab89.4539-18.543119.5107

#cbeabb color RGB value is (203,234,187).

#cbeabb hex color red value is 203, green value is 234 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cbeabb hue: 0.28 , saturation: 0.53 and the lightness value of cbeabb is 0.83.

The process color (four color CMYK) of #cbeabb color hex is 0.13, 0.00, 0.20, 0.08. Web safe color of #cbeabb is #ccffcc. Color #cbeabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 10111011
Octal 313 352 273
Decimal 203 234 187
Hex CB EA BB

RGB Percentages of Color #cbeabb

%32.53
%37.50
%29.97

CMYK Percentages of Color #cbeabb

%13
%0
%20
%8

Triadic Colors of #cbeabb

#cbeabb #bbcbea #eabbcb

Analogous Colors of #cbeabb

#cbeabb #bbeac3 #e3eabb

Monochromatic Colors of #cbeabb

#cbeabb

Complementary Color

#cbeabb #dabbea

#cbeabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeabb Color CSS Codes

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

#cbeabb Text Font Color

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

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


#cbeabb Background Color

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

This div background color is #cbeabb


#cbeabb Border Color

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

This div border color is #cbeabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeabb


Comments

No comments written yet.

Please login to write comment.