Color Hex Logo

#ccee34 Color Hex

#CCEE34
(204,238,52)
0 Favorites   0 Comments

Color spaces of #ccee34

RGB 20423852
HSL0.200.850.57
HSV71°78°93°
CMYK 0.140.000.78   0.07
XYZ56.096274.234414.6209
Yxy74.23440.38700.5121
Hunter Lab86.1594-34.562150.2503
CIE-Lab89.0331-33.322778.6756

#ccee34 color RGB value is (204,238,52).

#ccee34 hex color red value is 204, green value is 238 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ccee34 hue: 0.20 , saturation: 0.85 and the lightness value of ccee34 is 0.57.

The process color (four color CMYK) of #ccee34 color hex is 0.14, 0.00, 0.78, 0.07. Web safe color of #ccee34 is #ccff33. Color #ccee34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101110 00110100
Octal 314 356 64
Decimal 204 238 52
Hex CC EE 34

RGB Percentages of Color #ccee34

%41.30
%48.18
%10.53

CMYK Percentages of Color #ccee34

%14
%0
%78
%7

Triadic Colors of #ccee34

#ccee34 #34ccee #ee34cc

Analogous Colors of #ccee34

#ccee34 #6fee34 #eeb334

Monochromatic Colors of #ccee34

#ccee34

Complementary Color

#ccee34 #5634ee

#ccee34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccee34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccee34 Color CSS Codes

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

#ccee34 Text Font Color

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

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


#ccee34 Background Color

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

This div background color is #ccee34


#ccee34 Border Color

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

This div border color is #ccee34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccee34


Comments

No comments written yet.

Please login to write comment.