Color Hex Logo

#cbeeae Color Hex

#CBEEAE
(203,238,174)
0 Favorites   0 Comments

Color spaces of #cbeeae

RGB 203238174
HSL0.260.650.81
HSV93°27°93°
CMYK 0.150.000.27   0.07
XYZ62.843176.901651.5757
Yxy76.90160.32850.4020
Hunter Lab87.6936-25.546826.5149
CIE-Lab90.2763-22.499027.3306

#cbeeae color RGB value is (203,238,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 10101110
Octal 313 356 256
Decimal 203 238 174
Hex CB EE AE

RGB Percentages of Color #cbeeae

%33.01
%38.70
%28.29

CMYK Percentages of Color #cbeeae

%15
%0
%27
%7

Triadic Colors of #cbeeae

#cbeeae #aecbee #eeaecb

Analogous Colors of #cbeeae

#cbeeae #aeeeb1 #ebeeae

Monochromatic Colors of #cbeeae

#cbeeae

Complementary Color

#cbeeae #d1aeee

#cbeeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeeae Color CSS Codes

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

#cbeeae Text Font Color

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

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


#cbeeae Background Color

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

This div background color is #cbeeae


#cbeeae Border Color

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

This div border color is #cbeeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeeae


Comments

No comments written yet.

Please login to write comment.