Color Hex Logo

#cefc74 Color Hex

#CEFC74
(206,252,116)
0 Favorites   0 Comments

Color spaces of #cefc74

RGB 206252116
HSL0.220.960.72
HSV80°54°99°
CMYK 0.180.000.54   0.01
XYZ63.416484.003629.3949
Yxy84.00360.35870.4751
Hunter Lab91.6535-36.886845.1421
CIE-Lab93.4521-34.867159.4495

#cefc74 color RGB value is (206,252,116).

#cefc74 hex color red value is 206, green value is 252 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #cefc74 hue: 0.22 , saturation: 0.96 and the lightness value of cefc74 is 0.72.

The process color (four color CMYK) of #cefc74 color hex is 0.18, 0.00, 0.54, 0.01. Web safe color of #cefc74 is #ccff66. Color #cefc74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 01110100
Octal 316 374 164
Decimal 206 252 116
Hex CE FC 74

RGB Percentages of Color #cefc74

%35.89
%43.90
%20.21

CMYK Percentages of Color #cefc74

%18
%0
%54
%1

Triadic Colors of #cefc74

#cefc74 #74cefc #fc74ce

Analogous Colors of #cefc74

#cefc74 #8afc74 #fce674

Monochromatic Colors of #cefc74

#cefc74

Complementary Color

#cefc74 #a274fc

#cefc74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefc74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefc74 Color CSS Codes

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

#cefc74 Text Font Color

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

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


#cefc74 Background Color

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

This div background color is #cefc74


#cefc74 Border Color

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

This div border color is #cefc74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,252,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cefc74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cefc74;
  -webkit-box-shadow: 1px 1px 3px 2px #cefc74;
  box-shadow:         1px 1px 3px 2px #cefc74; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,252,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefc74

Related Colors


Comments

No comments written yet.

Please login to write comment.