Color Hex Logo

#ccef4d Color Hex

#CCEF4D
(204,239,77)
0 Favorites   0 Comments

Color spaces of #ccef4d

RGB 20423977
HSL0.200.840.62
HSV73°68°94°
CMYK 0.150.000.68   0.06
XYZ57.107975.106218.5082
Yxy75.10620.37890.4983
Hunter Lab86.6638-34.037648.0025
CIE-Lab89.4427-32.581871.0084

#ccef4d color RGB value is (204,239,77).

#ccef4d hex color red value is 204, green value is 239 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ccef4d hue: 0.20 , saturation: 0.84 and the lightness value of ccef4d is 0.62.

The process color (four color CMYK) of #ccef4d color hex is 0.15, 0.00, 0.68, 0.06. Web safe color of #ccef4d is #ccff66. Color #ccef4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 01001101
Octal 314 357 115
Decimal 204 239 77
Hex CC EF 4D

RGB Percentages of Color #ccef4d

%39.23
%45.96
%14.81

CMYK Percentages of Color #ccef4d

%15
%0
%68
%6

Triadic Colors of #ccef4d

#ccef4d #4dccef #ef4dcc

Analogous Colors of #ccef4d

#ccef4d #7bef4d #efc14d

Monochromatic Colors of #ccef4d

#ccef4d

Complementary Color

#ccef4d #704def

#ccef4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccef4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccef4d Color CSS Codes

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

#ccef4d Text Font Color

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

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


#ccef4d Background Color

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

This div background color is #ccef4d


#ccef4d Border Color

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

This div border color is #ccef4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccef4d


Comments

No comments written yet.

Please login to write comment.