Color Hex Logo

#ccf90a Color Hex

#CCF90A
(204,249,10)
0 Favorites   0 Comments

Color spaces of #ccf90a

RGB 20424910
HSL0.200.950.51
HSV71°96°98°
CMYK 0.180.000.96   0.02
XYZ58.832380.610612.7458
Yxy80.61060.38660.5297
Hunter Lab89.7834-40.155454.4315
CIE-Lab91.9581-39.219588.2986

#ccf90a color RGB value is (204,249,10).

#ccf90a hex color red value is 204, green value is 249 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ccf90a hue: 0.20 , saturation: 0.95 and the lightness value of ccf90a is 0.51.

The process color (four color CMYK) of #ccf90a color hex is 0.18, 0.00, 0.96, 0.02. Web safe color of #ccf90a is #ccff00. Color #ccf90a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 00001010
Octal 314 371 12
Decimal 204 249 10
Hex CC F9 A

RGB Percentages of Color #ccf90a

%44.06
%53.78
%2.16

CMYK Percentages of Color #ccf90a

%18
%0
%96
%2

Triadic Colors of #ccf90a

#ccf90a #0accf9 #f90acc

Analogous Colors of #ccf90a

#ccf90a #54f90a #f9af0a

Monochromatic Colors of #ccf90a

#ccf90a

Complementary Color

#ccf90a #370af9

#ccf90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf90a Color CSS Codes

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

#ccf90a Text Font Color

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

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


#ccf90a Background Color

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

This div background color is #ccf90a


#ccf90a Border Color

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

This div border color is #ccf90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf90a


Comments

No comments written yet.

Please login to write comment.