Color Hex Logo

#cbeab3 Color Hex

#CBEAB3
(203,234,179)
0 Favorites   0 Comments

Color spaces of #cbeab3

RGB 203234179
HSL0.260.570.81
HSV94°24°92°
CMYK 0.130.000.24   0.08
XYZ62.188174.796853.8074
Yxy74.79680.32590.3920
Hunter Lab86.4851-22.996623.6519
CIE-Lab89.2977-19.799723.4264

#cbeab3 color RGB value is (203,234,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 10110011
Octal 313 352 263
Decimal 203 234 179
Hex CB EA B3

RGB Percentages of Color #cbeab3

%32.95
%37.99
%29.06

CMYK Percentages of Color #cbeab3

%13
%0
%24
%8

Triadic Colors of #cbeab3

#cbeab3 #b3cbea #eab3cb

Analogous Colors of #cbeab3

#cbeab3 #b3eab7 #e7eab3

Monochromatic Colors of #cbeab3

#cbeab3

Complementary Color

#cbeab3 #d2b3ea

#cbeab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeab3 Color CSS Codes

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

#cbeab3 Text Font Color

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

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


#cbeab3 Background Color

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

This div background color is #cbeab3


#cbeab3 Border Color

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

This div border color is #cbeab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeab3


Comments

No comments written yet.

Please login to write comment.