Color Hex Logo

#cbeea8 Color Hex

#CBEEA8
(203,238,168)
0 Favorites   0 Comments

Color spaces of #cbeea8

RGB 203238168
HSL0.250.670.80
HSV90°29°93°
CMYK 0.150.000.29   0.07
XYZ62.271076.672748.5631
Yxy76.67270.33210.4089
Hunter Lab87.5629-26.293628.4114
CIE-Lab90.1708-23.369930.2453

#cbeea8 color RGB value is (203,238,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 10101000
Octal 313 356 250
Decimal 203 238 168
Hex CB EE A8

RGB Percentages of Color #cbeea8

%33.33
%39.08
%27.59

CMYK Percentages of Color #cbeea8

%15
%0
%29
%7

Triadic Colors of #cbeea8

#cbeea8 #a8cbee #eea8cb

Analogous Colors of #cbeea8

#cbeea8 #a8eea8 #eeeea8

Monochromatic Colors of #cbeea8

#cbeea8

Complementary Color

#cbeea8 #cba8ee

#cbeea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeea8 Color CSS Codes

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

#cbeea8 Text Font Color

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

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


#cbeea8 Background Color

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

This div background color is #cbeea8


#cbeea8 Border Color

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

This div border color is #cbeea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeea8

#cbeea8 Color Palettes


Comments

No comments written yet.

Please login to write comment.