Color Hex Logo

#ccf99b Color Hex

#CCF99B
(204,249,155)
0 Favorites   0 Comments

Color spaces of #ccf99b

RGB 204249155
HSL0.250.890.79
HSV89°38°98°
CMYK 0.180.000.38   0.02
XYZ64.693982.955343.6126
Yxy82.95530.33820.4337
Hunter Lab91.0798-32.601335.3655
CIE-Lab92.9949-29.982140.4940

#ccf99b color RGB value is (204,249,155).

#ccf99b hex color red value is 204, green value is 249 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ccf99b hue: 0.25 , saturation: 0.89 and the lightness value of ccf99b is 0.79.

The process color (four color CMYK) of #ccf99b color hex is 0.18, 0.00, 0.38, 0.02. Web safe color of #ccf99b is #ccff99. Color #ccf99b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 10011011
Octal 314 371 233
Decimal 204 249 155
Hex CC F9 9B

RGB Percentages of Color #ccf99b

%33.55
%40.95
%25.49

CMYK Percentages of Color #ccf99b

%18
%0
%38
%2

Triadic Colors of #ccf99b

#ccf99b #9bccf9 #f99bcc

Analogous Colors of #ccf99b

#ccf99b #9df99b #f9f79b

Monochromatic Colors of #ccf99b

#ccf99b

Complementary Color

#ccf99b #c89bf9

#ccf99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf99b Color CSS Codes

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

#ccf99b Text Font Color

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

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


#ccf99b Background Color

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

This div background color is #ccf99b


#ccf99b Border Color

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

This div border color is #ccf99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf99b


Comments

No comments written yet.

Please login to write comment.