Color Hex Logo

#ccf75b Color Hex

#CCF75B
(204,247,91)
0 Favorites   0 Comments

Color spaces of #ccf75b

RGB 20424791
HSL0.210.910.66
HSV77°63°97°
CMYK 0.170.000.63   0.03
XYZ60.050980.114222.1961
Yxy80.11420.36990.4934
Hunter Lab89.5065-36.878947.9517
CIE-Lab91.7361-35.340468.0449

#ccf75b color RGB value is (204,247,91).

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

The process color (four color CMYK) of #ccf75b color hex is 0.17, 0.00, 0.63, 0.03. Web safe color of #ccf75b is #ccff66. Color #ccf75b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110111 01011011
Octal 314 367 133
Decimal 204 247 91
Hex CC F7 5B

RGB Percentages of Color #ccf75b

%37.64
%45.57
%16.79

CMYK Percentages of Color #ccf75b

%17
%0
%63
%3

Triadic Colors of #ccf75b

#ccf75b #5bccf7 #f75bcc

Analogous Colors of #ccf75b

#ccf75b #7ef75b #f7d45b

Monochromatic Colors of #ccf75b

#ccf75b

Complementary Color

#ccf75b #865bf7

#ccf75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf75b Color CSS Codes

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

#ccf75b Text Font Color

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

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


#ccf75b Background Color

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

This div background color is #ccf75b


#ccf75b Border Color

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

This div border color is #ccf75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf75b


Comments

No comments written yet.

Please login to write comment.