Color Hex Logo

#cef480 Color Hex

#CEF480
(206,244,128)
0 Favorites   0 Comments

Color spaces of #cef480

RGB 206244128
HSL0.220.840.73
HSV80°48°96°
CMYK 0.160.000.48   0.04
XYZ61.700679.381732.4923
Yxy79.38170.35550.4573
Hunter Lab89.0964-32.304840.7452
CIE-Lab91.4067-30.027451.5336

#cef480 color RGB value is (206,244,128).

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

The process color (four color CMYK) of #cef480 color hex is 0.16, 0.00, 0.48, 0.04. Web safe color of #cef480 is #ccff99. Color #cef480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110100 10000000
Octal 316 364 200
Decimal 206 244 128
Hex CE F4 80

RGB Percentages of Color #cef480

%35.64
%42.21
%22.15

CMYK Percentages of Color #cef480

%16
%0
%48
%4

Triadic Colors of #cef480

#cef480 #80cef4 #f480ce

Analogous Colors of #cef480

#cef480 #94f480 #f4e080

Monochromatic Colors of #cef480

#cef480

Complementary Color

#cef480 #a680f4

#cef480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef480 Color CSS Codes

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

#cef480 Text Font Color

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

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


#cef480 Background Color

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

This div background color is #cef480


#cef480 Border Color

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

This div border color is #cef480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef480


Comments

No comments written yet.

Please login to write comment.