Color Hex Logo

#cfe401 Color Hex

#CFE401
(207,228,1)
0 Favorites   0 Comments

Color spaces of #cfe401

RGB 2072281
HSL0.180.990.45
HSV66°100°89°
CMYK 0.090.001.00   0.11
XYZ53.481068.754410.4809
Yxy68.75440.40300.5181
Hunter Lab82.9183-29.977250.5485
CIE-Lab86.3823-28.518184.8620

#cfe401 color RGB value is (207,228,1).

#cfe401 hex color red value is 207, green value is 228 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #cfe401 hue: 0.18 , saturation: 0.99 and the lightness value of cfe401 is 0.45.

The process color (four color CMYK) of #cfe401 color hex is 0.09, 0.00, 1.00, 0.11. Web safe color of #cfe401 is #cccc00. Color #cfe401 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 00000001
Octal 317 344 1
Decimal 207 228 1
Hex CF E4 1

RGB Percentages of Color #cfe401

%47.48
%52.29
%0.23

CMYK Percentages of Color #cfe401

%9
%0
%100
%11

Triadic Colors of #cfe401

#cfe401 #01cfe4 #e401cf

Analogous Colors of #cfe401

#cfe401 #5ee401 #e48801

Monochromatic Colors of #cfe401

#cfe401

Complementary Color

#cfe401 #1601e4

#cfe401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe401 Color CSS Codes

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

#cfe401 Text Font Color

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

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


#cfe401 Background Color

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

This div background color is #cfe401


#cfe401 Border Color

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

This div border color is #cfe401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe401


Comments

No comments written yet.

Please login to write comment.