Color Hex Logo

#cff073 Color Hex

#CFF073
(207,240,115)
0 Favorites   0 Comments

Color spaces of #cff073

RGB 207240115
HSL0.210.810.70
HSV76°52°94°
CMYK 0.140.000.52   0.06
XYZ59.986776.823427.8864
Yxy76.82340.36420.4665
Hunter Lab87.6490-31.220842.4906
CIE-Lab90.2403-29.045956.1620

#cff073 color RGB value is (207,240,115).

#cff073 hex color red value is 207, green value is 240 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cff073 hue: 0.21 , saturation: 0.81 and the lightness value of cff073 is 0.70.

The process color (four color CMYK) of #cff073 color hex is 0.14, 0.00, 0.52, 0.06. Web safe color of #cff073 is #ccff66. Color #cff073 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110000 01110011
Octal 317 360 163
Decimal 207 240 115
Hex CF F0 73

RGB Percentages of Color #cff073

%36.83
%42.70
%20.46

CMYK Percentages of Color #cff073

%14
%0
%52
%6

Triadic Colors of #cff073

#cff073 #73cff0 #f073cf

Analogous Colors of #cff073

#cff073 #91f073 #f0d373

Monochromatic Colors of #cff073

#cff073

Complementary Color

#cff073 #9473f0

#cff073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff073 Color CSS Codes

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

#cff073 Text Font Color

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

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


#cff073 Background Color

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

This div background color is #cff073


#cff073 Border Color

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

This div border color is #cff073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff073


Comments

No comments written yet.

Please login to write comment.