Color Hex Logo

#ccf95b Color Hex

#CCF95B
(204,249,91)
0 Favorites   0 Comments

Color spaces of #ccf95b

RGB 20424991
HSL0.210.930.67
HSV77°63°98°
CMYK 0.180.000.63   0.02
XYZ60.665881.344122.4011
Yxy81.34410.36900.4948
Hunter Lab90.1910-37.768448.4076
CIE-Lab92.2846-36.245268.6293

#ccf95b color RGB value is (204,249,91).

#ccf95b hex color red value is 204, green value is 249 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ccf95b hue: 0.21 , saturation: 0.93 and the lightness value of ccf95b is 0.67.

The process color (four color CMYK) of #ccf95b color hex is 0.18, 0.00, 0.63, 0.02. Web safe color of #ccf95b is #ccff66. Color #ccf95b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 01011011
Octal 314 371 133
Decimal 204 249 91
Hex CC F9 5B

RGB Percentages of Color #ccf95b

%37.50
%45.77
%16.73

CMYK Percentages of Color #ccf95b

%18
%0
%63
%2

Triadic Colors of #ccf95b

#ccf95b #5bccf9 #f95bcc

Analogous Colors of #ccf95b

#ccf95b #7df95b #f9d75b

Monochromatic Colors of #ccf95b

#ccf95b

Complementary Color

#ccf95b #885bf9

#ccf95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf95b Color CSS Codes

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

#ccf95b Text Font Color

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

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


#ccf95b Background Color

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

This div background color is #ccf95b


#ccf95b Border Color

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

This div border color is #ccf95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf95b


Comments

No comments written yet.

Please login to write comment.