Color Hex Logo

#cff85e Color Hex

#CFF85E
(207,248,94)
0 Favorites   0 Comments

Color spaces of #cff85e

RGB 20724894
HSL0.210.920.67
HSV76°62°97°
CMYK 0.170.000.62   0.03
XYZ61.319981.208423.0326
Yxy81.20840.37040.4905
Hunter Lab90.1157-36.240847.9271
CIE-Lab92.2243-34.443967.4263

#cff85e color RGB value is (207,248,94).

#cff85e hex color red value is 207, green value is 248 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cff85e hue: 0.21 , saturation: 0.92 and the lightness value of cff85e is 0.67.

The process color (four color CMYK) of #cff85e color hex is 0.17, 0.00, 0.62, 0.03. Web safe color of #cff85e is #ccff66. Color #cff85e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111000 01011110
Octal 317 370 136
Decimal 207 248 94
Hex CF F8 5E

RGB Percentages of Color #cff85e

%37.70
%45.17
%17.12

CMYK Percentages of Color #cff85e

%17
%0
%62
%3

Triadic Colors of #cff85e

#cff85e #5ecff8 #f85ecf

Analogous Colors of #cff85e

#cff85e #82f85e #f8d45e

Monochromatic Colors of #cff85e

#cff85e

Complementary Color

#cff85e #875ef8

#cff85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff85e Color CSS Codes

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

#cff85e Text Font Color

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

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


#cff85e Background Color

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

This div background color is #cff85e


#cff85e Border Color

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

This div border color is #cff85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff85e

Related Colors


Comments

No comments written yet.

Please login to write comment.