Color Hex Logo

#cefc68 Color Hex

#CEFC68
(206,252,104)
0 Favorites   0 Comments

Color spaces of #cefc68

RGB 206252104
HSL0.220.960.70
HSV79°59°99°
CMYK 0.180.000.59   0.01
XYZ62.762783.742125.9526
Yxy83.74210.36390.4856
Hunter Lab91.5107-37.719447.2427
CIE-Lab93.3384-35.883464.5101

#cefc68 color RGB value is (206,252,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 01101000
Octal 316 374 150
Decimal 206 252 104
Hex CE FC 68

RGB Percentages of Color #cefc68

%36.65
%44.84
%18.51

CMYK Percentages of Color #cefc68

%18
%0
%59
%1

Triadic Colors of #cefc68

#cefc68 #68cefc #fc68ce

Analogous Colors of #cefc68

#cefc68 #84fc68 #fce068

Monochromatic Colors of #cefc68

#cefc68

Complementary Color

#cefc68 #9668fc

#cefc68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefc68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefc68 Color CSS Codes

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

#cefc68 Text Font Color

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

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


#cefc68 Background Color

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

This div background color is #cefc68


#cefc68 Border Color

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

This div border color is #cefc68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefc68


Comments

No comments written yet.

Please login to write comment.