Color Hex Logo

#cefa84 Color Hex

#CEFA84
(206,250,132)
0 Favorites   0 Comments

Color spaces of #cefa84

RGB 206250132
HSL0.230.920.75
HSV82°47°98°
CMYK 0.180.000.47   0.02
XYZ63.804183.159034.5183
Yxy83.15900.35160.4582
Hunter Lab91.1916-34.693941.3913
CIE-Lab93.0840-32.392151.7035

#cefa84 color RGB value is (206,250,132).

#cefa84 hex color red value is 206, green value is 250 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #cefa84 hue: 0.23 , saturation: 0.92 and the lightness value of cefa84 is 0.75.

The process color (four color CMYK) of #cefa84 color hex is 0.18, 0.00, 0.47, 0.02. Web safe color of #cefa84 is #ccff99. Color #cefa84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 10000100
Octal 316 372 204
Decimal 206 250 132
Hex CE FA 84

RGB Percentages of Color #cefa84

%35.03
%42.52
%22.45

CMYK Percentages of Color #cefa84

%18
%0
%47
%2

Triadic Colors of #cefa84

#cefa84 #84cefa #fa84ce

Analogous Colors of #cefa84

#cefa84 #93fa84 #faeb84

Monochromatic Colors of #cefa84

#cefa84

Complementary Color

#cefa84 #b084fa

#cefa84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefa84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefa84 Color CSS Codes

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

#cefa84 Text Font Color

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

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


#cefa84 Background Color

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

This div background color is #cefa84


#cefa84 Border Color

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

This div border color is #cefa84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefa84

Related Colors


Comments

No comments written yet.

Please login to write comment.