Color Hex Logo

#cef668 Color Hex

#CEF668
(206,246,104)
0 Favorites   0 Comments

Color spaces of #cef668

RGB 206246104
HSL0.210.890.69
HSV77°58°96°
CMYK 0.160.000.58   0.04
XYZ60.908180.032825.3344
Yxy80.03280.36630.4813
Hunter Lab89.4611-35.028045.8325
CIE-Lab91.6996-33.151262.6771

#cef668 color RGB value is (206,246,104).

#cef668 hex color red value is 206, green value is 246 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #cef668 hue: 0.21 , saturation: 0.89 and the lightness value of cef668 is 0.69.

The process color (four color CMYK) of #cef668 color hex is 0.16, 0.00, 0.58, 0.04. Web safe color of #cef668 is #ccff66. Color #cef668 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110110 01101000
Octal 316 366 150
Decimal 206 246 104
Hex CE F6 68

RGB Percentages of Color #cef668

%37.05
%44.24
%18.71

CMYK Percentages of Color #cef668

%16
%0
%58
%4

Triadic Colors of #cef668

#cef668 #68cef6 #f668ce

Analogous Colors of #cef668

#cef668 #87f668 #f6d768

Monochromatic Colors of #cef668

#cef668

Complementary Color

#cef668 #9068f6

#cef668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef668 Color CSS Codes

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

#cef668 Text Font Color

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

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


#cef668 Background Color

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

This div background color is #cef668


#cef668 Border Color

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

This div border color is #cef668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef668


Comments

No comments written yet.

Please login to write comment.