Color Hex Logo

#cff701 Color Hex

#CFF701
(207,247,1)
0 Favorites   0 Comments

Color spaces of #cff701

RGB 2072471
HSL0.190.990.49
HSV70°100°97°
CMYK 0.160.001.00   0.03
XYZ58.998479.789112.3200
Yxy79.78910.39040.5280
Hunter Lab89.3247-38.420254.3498
CIE-Lab91.5901-37.232788.7660

#cff701 color RGB value is (207,247,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110111 00000001
Octal 317 367 1
Decimal 207 247 1
Hex CF F7 1

RGB Percentages of Color #cff701

%45.49
%54.29
%0.22

CMYK Percentages of Color #cff701

%16
%0
%100
%3

Triadic Colors of #cff701

#cff701 #01cff7 #f701cf

Analogous Colors of #cff701

#cff701 #54f701 #f7a401

Monochromatic Colors of #cff701

#cff701

Complementary Color

#cff701 #2901f7

#cff701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff701 Color CSS Codes

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

#cff701 Text Font Color

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

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


#cff701 Background Color

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

This div background color is #cff701


#cff701 Border Color

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

This div border color is #cff701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff701


Comments

No comments written yet.

Please login to write comment.