Color Hex Logo

#cbeabf Color Hex

#CBEABF
(203,234,191)
0 Favorites   0 Comments

Color spaces of #cbeabf

RGB 203234191
HSL0.290.510.83
HSV103°18°92°
CMYK 0.130.000.18   0.08
XYZ63.455475.303760.4808
Yxy75.30370.31850.3780
Hunter Lab86.7777-21.334519.4215
CIE-Lab89.5351-17.893917.5517

#cbeabf color RGB value is (203,234,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 10111111
Octal 313 352 277
Decimal 203 234 191
Hex CB EA BF

RGB Percentages of Color #cbeabf

%32.32
%37.26
%30.41

CMYK Percentages of Color #cbeabf

%13
%0
%18
%8

Triadic Colors of #cbeabf

#cbeabf #bfcbea #eabfcb

Analogous Colors of #cbeabf

#cbeabf #bfeac9 #e1eabf

Monochromatic Colors of #cbeabf

#cbeabf

Complementary Color

#cbeabf #debfea

#cbeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeabf Color CSS Codes

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

#cbeabf Text Font Color

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

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


#cbeabf Background Color

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

This div background color is #cbeabf


#cbeabf Border Color

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

This div border color is #cbeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeabf


Comments

No comments written yet.

Please login to write comment.