Color Hex Logo

#cfe484 Color Hex

#CFE484
(207,228,132)
0 Favorites   0 Comments

Color spaces of #cfe484

RGB 207228132
HSL0.200.640.71
HSV73°42°89°
CMYK 0.090.000.42   0.11
XYZ57.640470.418132.3839
Yxy70.41810.35930.4389
Hunter Lab83.9155-24.242935.8602
CIE-Lab87.2015-21.614144.4321

#cfe484 color RGB value is (207,228,132).

#cfe484 hex color red value is 207, green value is 228 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #cfe484 hue: 0.20 , saturation: 0.64 and the lightness value of cfe484 is 0.71.

The process color (four color CMYK) of #cfe484 color hex is 0.09, 0.00, 0.42, 0.11. Web safe color of #cfe484 is #cccc99. Color #cfe484 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 10000100
Octal 317 344 204
Decimal 207 228 132
Hex CF E4 84

RGB Percentages of Color #cfe484

%36.51
%40.21
%23.28

CMYK Percentages of Color #cfe484

%9
%0
%42
%11

Triadic Colors of #cfe484

#cfe484 #84cfe4 #e484cf

Analogous Colors of #cfe484

#cfe484 #9fe484 #e4c984

Monochromatic Colors of #cfe484

#cfe484

Complementary Color

#cfe484 #9984e4

#cfe484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe484 Color CSS Codes

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

#cfe484 Text Font Color

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

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


#cfe484 Background Color

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

This div background color is #cfe484


#cfe484 Border Color

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

This div border color is #cfe484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe484


Comments

No comments written yet.

Please login to write comment.