Color Hex Logo

#cbeeac Color Hex

#CBEEAC
(203,238,172)
0 Favorites   0 Comments

Color spaces of #cbeeac

RGB 203238172
HSL0.260.660.80
HSV92°28°93°
CMYK 0.150.000.28   0.07
XYZ62.649576.824150.5563
Yxy76.82410.32970.4043
Hunter Lab87.6494-25.799227.1560
CIE-Lab90.2406-22.792928.3030

#cbeeac color RGB value is (203,238,172).

#cbeeac hex color red value is 203, green value is 238 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cbeeac hue: 0.26 , saturation: 0.66 and the lightness value of cbeeac is 0.80.

The process color (four color CMYK) of #cbeeac color hex is 0.15, 0.00, 0.28, 0.07. Web safe color of #cbeeac is #ccff99. Color #cbeeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 10101100
Octal 313 356 254
Decimal 203 238 172
Hex CB EE AC

RGB Percentages of Color #cbeeac

%33.12
%38.83
%28.06

CMYK Percentages of Color #cbeeac

%15
%0
%28
%7

Triadic Colors of #cbeeac

#cbeeac #accbee #eeaccb

Analogous Colors of #cbeeac

#cbeeac #aceeae #eceeac

Monochromatic Colors of #cbeeac

#cbeeac

Complementary Color

#cbeeac #cfacee

#cbeeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeeac Color CSS Codes

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

#cbeeac Text Font Color

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

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


#cbeeac Background Color

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

This div background color is #cbeeac


#cbeeac Border Color

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

This div border color is #cbeeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeeac


Comments

No comments written yet.

Please login to write comment.