Color Hex Logo

#cff370 Color Hex

#CFF370
(207,243,112)
0 Favorites   0 Comments

Color spaces of #cff370

RGB 207243112
HSL0.210.850.70
HSV76°54°95°
CMYK 0.150.000.54   0.05
XYZ60.707378.536427.2887
Yxy78.53640.36450.4716
Hunter Lab88.6208-32.809743.7776
CIE-Lab91.0241-30.714058.4275

#cff370 color RGB value is (207,243,112).

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

The process color (four color CMYK) of #cff370 color hex is 0.15, 0.00, 0.54, 0.05. Web safe color of #cff370 is #ccff66. Color #cff370 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110011 01110000
Octal 317 363 160
Decimal 207 243 112
Hex CF F3 70

RGB Percentages of Color #cff370

%36.83
%43.24
%19.93

CMYK Percentages of Color #cff370

%15
%0
%54
%5

Triadic Colors of #cff370

#cff370 #70cff3 #f370cf

Analogous Colors of #cff370

#cff370 #8ef370 #f3d670

Monochromatic Colors of #cff370

#cff370

Complementary Color

#cff370 #9470f3

#cff370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff370 Color CSS Codes

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

#cff370 Text Font Color

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

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


#cff370 Background Color

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

This div background color is #cff370


#cff370 Border Color

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

This div border color is #cff370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff370


Comments

No comments written yet.

Please login to write comment.