Color Hex Logo

#ccef9b Color Hex

#CCEF9B
(204,239,155)
0 Favorites   0 Comments

Color spaces of #ccef9b

RGB 204239155
HSL0.240.720.77
HSV85°35°94°
CMYK 0.150.000.35   0.06
XYZ61.684776.936942.6095
Yxy76.93690.34040.4245
Hunter Lab87.7137-27.968732.5977
CIE-Lab90.2926-25.262236.9739

#ccef9b color RGB value is (204,239,155).

#ccef9b hex color red value is 204, green value is 239 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ccef9b hue: 0.24 , saturation: 0.72 and the lightness value of ccef9b is 0.77.

The process color (four color CMYK) of #ccef9b color hex is 0.15, 0.00, 0.35, 0.06. Web safe color of #ccef9b is #ccff99. Color #ccef9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 10011011
Octal 314 357 233
Decimal 204 239 155
Hex CC EF 9B

RGB Percentages of Color #ccef9b

%34.11
%39.97
%25.92

CMYK Percentages of Color #ccef9b

%15
%0
%35
%6

Triadic Colors of #ccef9b

#ccef9b #9bccef #ef9bcc

Analogous Colors of #ccef9b

#ccef9b #a2ef9b #efe89b

Monochromatic Colors of #ccef9b

#ccef9b

Complementary Color

#ccef9b #be9bef

#ccef9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccef9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccef9b Color CSS Codes

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

#ccef9b Text Font Color

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

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


#ccef9b Background Color

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

This div background color is #ccef9b


#ccef9b Border Color

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

This div border color is #ccef9b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,239,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccef9b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccef9b;
  -webkit-box-shadow: 1px 1px 3px 2px #ccef9b;
  box-shadow:         1px 1px 3px 2px #ccef9b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,239,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccef9b


Comments

No comments written yet.

Please login to write comment.