Color Hex Logo

#cbeab2 Color Hex

#CBEAB2
(203,234,178)
0 Favorites   0 Comments

Color spaces of #cbeab2

RGB 203234178
HSL0.260.570.81
HSV93°24°92°
CMYK 0.130.000.24   0.08
XYZ62.087374.756553.2766
Yxy74.75650.32660.3932
Hunter Lab86.4618-23.129323.9896
CIE-Lab89.2788-19.952823.9155

#cbeab2 color RGB value is (203,234,178).

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

The process color (four color CMYK) of #cbeab2 color hex is 0.13, 0.00, 0.24, 0.08. Web safe color of #cbeab2 is #ccff99. Color #cbeab2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 10110010
Octal 313 352 262
Decimal 203 234 178
Hex CB EA B2

RGB Percentages of Color #cbeab2

%33.01
%38.05
%28.94

CMYK Percentages of Color #cbeab2

%13
%0
%24
%8

Triadic Colors of #cbeab2

#cbeab2 #b2cbea #eab2cb

Analogous Colors of #cbeab2

#cbeab2 #b2eab5 #e7eab2

Monochromatic Colors of #cbeab2

#cbeab2

Complementary Color

#cbeab2 #d1b2ea

#cbeab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeab2 Color CSS Codes

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

#cbeab2 Text Font Color

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

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


#cbeab2 Background Color

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

This div background color is #cbeab2


#cbeab2 Border Color

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

This div border color is #cbeab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeab2


Comments

No comments written yet.

Please login to write comment.