Color Hex Logo

#cfe481 Color Hex

#CFE481
(207,228,129)
0 Favorites   0 Comments

Color spaces of #cfe481

RGB 207228129
HSL0.200.650.70
HSV73°43°89°
CMYK 0.090.000.43   0.11
XYZ57.438070.337231.3180
Yxy70.33720.36100.4421
Hunter Lab83.8673-24.518836.5668
CIE-Lab87.1620-21.939745.8450

#cfe481 color RGB value is (207,228,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 10000001
Octal 317 344 201
Decimal 207 228 129
Hex CF E4 81

RGB Percentages of Color #cfe481

%36.70
%40.43
%22.87

CMYK Percentages of Color #cfe481

%9
%0
%43
%11

Triadic Colors of #cfe481

#cfe481 #81cfe4 #e481cf

Analogous Colors of #cfe481

#cfe481 #9ee481 #e4c881

Monochromatic Colors of #cfe481

#cfe481

Complementary Color

#cfe481 #9681e4

#cfe481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe481 Color CSS Codes

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

#cfe481 Text Font Color

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

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


#cfe481 Background Color

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

This div background color is #cfe481


#cfe481 Border Color

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

This div border color is #cfe481


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,228,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe481


Comments

No comments written yet.

Please login to write comment.