Color Hex Logo

#cefb68 Color Hex

#CEFB68
(206,251,104)
0 Favorites   0 Comments

Color spaces of #cefb68

RGB 206251104
HSL0.220.950.70
HSV78°59°98°
CMYK 0.180.000.59   0.02
XYZ62.449583.115625.8482
Yxy83.11560.36430.4849
Hunter Lab91.1678-37.271947.0073
CIE-Lab93.0650-35.430764.2053

#cefb68 color RGB value is (206,251,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 01101000
Octal 316 373 150
Decimal 206 251 104
Hex CE FB 68

RGB Percentages of Color #cefb68

%36.72
%44.74
%18.54

CMYK Percentages of Color #cefb68

%18
%0
%59
%2

Triadic Colors of #cefb68

#cefb68 #68cefb #fb68ce

Analogous Colors of #cefb68

#cefb68 #85fb68 #fbdf68

Monochromatic Colors of #cefb68

#cefb68

Complementary Color

#cefb68 #9568fb

#cefb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefb68 Color CSS Codes

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

#cefb68 Text Font Color

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

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


#cefb68 Background Color

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

This div background color is #cefb68


#cefb68 Border Color

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

This div border color is #cefb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefb68


Comments

No comments written yet.

Please login to write comment.