Color Hex Logo

#cefa78 Color Hex

#CEFA78
(206,250,120)
0 Favorites   0 Comments

Color spaces of #cefa78

RGB 206250120
HSL0.220.930.73
HSV80°52°98°
CMYK 0.180.000.52   0.02
XYZ63.029482.849130.4388
Yxy82.84910.35750.4699
Hunter Lab91.0215-35.682243.8877
CIE-Lab92.9483-33.586457.0686

#cefa78 color RGB value is (206,250,120).

#cefa78 hex color red value is 206, green value is 250 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #cefa78 hue: 0.22 , saturation: 0.93 and the lightness value of cefa78 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 01111000
Octal 316 372 170
Decimal 206 250 120
Hex CE FA 78

RGB Percentages of Color #cefa78

%35.76
%43.40
%20.83

CMYK Percentages of Color #cefa78

%18
%0
%52
%2

Triadic Colors of #cefa78

#cefa78 #78cefa #fa78ce

Analogous Colors of #cefa78

#cefa78 #8dfa78 #fae578

Monochromatic Colors of #cefa78

#cefa78

Complementary Color

#cefa78 #a478fa

#cefa78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefa78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefa78 Color CSS Codes

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

#cefa78 Text Font Color

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

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


#cefa78 Background Color

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

This div background color is #cefa78


#cefa78 Border Color

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

This div border color is #cefa78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefa78


Comments

No comments written yet.

Please login to write comment.