Color Hex Logo

#ccec9b Color Hex

#CCEC9B
(204,236,155)
0 Favorites   0 Comments

Color spaces of #ccec9b

RGB 204236155
HSL0.230.680.77
HSV84°34°93°
CMYK 0.140.000.34   0.07
XYZ60.813775.194842.3192
Yxy75.19480.34100.4217
Hunter Lab86.7149-26.568031.7654
CIE-Lab89.4842-23.824935.9131

#ccec9b color RGB value is (204,236,155).

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

The process color (four color CMYK) of #ccec9b color hex is 0.14, 0.00, 0.34, 0.07. Web safe color of #ccec9b is #ccff99. Color #ccec9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 10011011
Octal 314 354 233
Decimal 204 236 155
Hex CC EC 9B

RGB Percentages of Color #ccec9b

%34.29
%39.66
%26.05

CMYK Percentages of Color #ccec9b

%14
%0
%34
%7

Triadic Colors of #ccec9b

#ccec9b #9bccec #ec9bcc

Analogous Colors of #ccec9b

#ccec9b #a4ec9b #ece49b

Monochromatic Colors of #ccec9b

#ccec9b

Complementary Color

#ccec9b #bb9bec

#ccec9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccec9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccec9b Color CSS Codes

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

#ccec9b Text Font Color

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

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


#ccec9b Background Color

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

This div background color is #ccec9b


#ccec9b Border Color

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

This div border color is #ccec9b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,236,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 #ccec9b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccec9b


Comments

No comments written yet.

Please login to write comment.