Color Hex Logo

#cfe601 Color Hex

#CFE601
(207,230,1)
0 Favorites   0 Comments

Color spaces of #cfe601

RGB 2072301
HSL0.180.990.45
HSV66°100°90°
CMYK 0.100.001.00   0.10
XYZ54.034469.861210.6654
Yxy69.86120.40160.5192
Hunter Lab83.5830-30.874350.9426
CIE-Lab86.9287-29.454785.2694

#cfe601 color RGB value is (207,230,1).

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

The process color (four color CMYK) of #cfe601 color hex is 0.10, 0.00, 1.00, 0.10. Web safe color of #cfe601 is #ccff00. Color #cfe601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100110 00000001
Octal 317 346 1
Decimal 207 230 1
Hex CF E6 1

RGB Percentages of Color #cfe601

%47.26
%52.51
%0.23

CMYK Percentages of Color #cfe601

%10
%0
%100
%10

Triadic Colors of #cfe601

#cfe601 #01cfe6 #e601cf

Analogous Colors of #cfe601

#cfe601 #5ce601 #e68b01

Monochromatic Colors of #cfe601

#cfe601

Complementary Color

#cfe601 #1801e6

#cfe601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe601 Color CSS Codes

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

#cfe601 Text Font Color

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

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


#cfe601 Background Color

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

This div background color is #cfe601


#cfe601 Border Color

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

This div border color is #cfe601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe601


Comments

No comments written yet.

Please login to write comment.