Color Hex Logo

#cce75b Color Hex

#CCE75B
(204,231,91)
0 Favorites   0 Comments

Color spaces of #cce75b

RGB 20423191
HSL0.200.740.63
HSV72°61°91°
CMYK 0.120.000.61   0.09
XYZ55.366170.744520.6345
Yxy70.74450.37730.4821
Hunter Lab84.1097-29.692644.3313
CIE-Lab87.3607-27.941563.3290

#cce75b color RGB value is (204,231,91).

#cce75b hex color red value is 204, green value is 231 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cce75b hue: 0.20 , saturation: 0.74 and the lightness value of cce75b is 0.63.

The process color (four color CMYK) of #cce75b color hex is 0.12, 0.00, 0.61, 0.09. Web safe color of #cce75b is #ccff66. Color #cce75b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100111 01011011
Octal 314 347 133
Decimal 204 231 91
Hex CC E7 5B

RGB Percentages of Color #cce75b

%38.78
%43.92
%17.30

CMYK Percentages of Color #cce75b

%12
%0
%61
%9

Triadic Colors of #cce75b

#cce75b #5bcce7 #e75bcc

Analogous Colors of #cce75b

#cce75b #86e75b #e7bc5b

Monochromatic Colors of #cce75b

#cce75b

Complementary Color

#cce75b #765be7

#cce75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce75b Color CSS Codes

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

#cce75b Text Font Color

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

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


#cce75b Background Color

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

This div background color is #cce75b


#cce75b Border Color

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

This div border color is #cce75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce75b


Comments

No comments written yet.

Please login to write comment.