Color Hex Logo

#cbeac4 Color Hex

#CBEAC4
(203,234,196)
0 Favorites   0 Comments

Color spaces of #cbeac4

RGB 203234196
HSL0.300.480.84
HSV109°16°92°
CMYK 0.130.000.16   0.08
XYZ64.015275.527763.4289
Yxy75.52770.31540.3721
Hunter Lab86.9067-20.604117.5618
CIE-Lab89.6396-17.063215.1029

#cbeac4 color RGB value is (203,234,196).

#cbeac4 hex color red value is 203, green value is 234 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #cbeac4 hue: 0.30 , saturation: 0.48 and the lightness value of cbeac4 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11000100
Octal 313 352 304
Decimal 203 234 196
Hex CB EA C4

RGB Percentages of Color #cbeac4

%32.07
%36.97
%30.96

CMYK Percentages of Color #cbeac4

%13
%0
%16
%8

Triadic Colors of #cbeac4

#cbeac4 #c4cbea #eac4cb

Analogous Colors of #cbeac4

#cbeac4 #c4ead0 #deeac4

Monochromatic Colors of #cbeac4

#cbeac4

Complementary Color

#cbeac4 #e3c4ea

#cbeac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeac4 Color CSS Codes

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

#cbeac4 Text Font Color

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

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


#cbeac4 Background Color

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

This div background color is #cbeac4


#cbeac4 Border Color

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

This div border color is #cbeac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeac4


Comments

No comments written yet.

Please login to write comment.