Color Hex Logo

#cfe461 Color Hex

#CFE461
(207,228,97)
0 Favorites   0 Comments

Color spaces of #cfe461

RGB 20722897
HSL0.190.710.64
HSV70°57°89°
CMYK 0.090.000.57   0.11
XYZ55.633269.615321.8142
Yxy69.61530.37830.4734
Hunter Lab83.4358-26.992642.9037
CIE-Lab86.8078-24.887960.2269

#cfe461 color RGB value is (207,228,97).

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

The process color (four color CMYK) of #cfe461 color hex is 0.09, 0.00, 0.57, 0.11. Web safe color of #cfe461 is #cccc66. Color #cfe461 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 01100001
Octal 317 344 141
Decimal 207 228 97
Hex CF E4 61

RGB Percentages of Color #cfe461

%38.91
%42.86
%18.23

CMYK Percentages of Color #cfe461

%9
%0
%57
%11

Triadic Colors of #cfe461

#cfe461 #61cfe4 #e461cf

Analogous Colors of #cfe461

#cfe461 #8ee461 #e4b861

Monochromatic Colors of #cfe461

#cfe461

Complementary Color

#cfe461 #7661e4

#cfe461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe461 Color CSS Codes

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

#cfe461 Text Font Color

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

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


#cfe461 Background Color

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

This div background color is #cfe461


#cfe461 Border Color

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

This div border color is #cfe461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe461


Comments

No comments written yet.

Please login to write comment.