Color Hex Logo

#cef75f Color Hex

#CEF75F
(206,247,95)
0 Favorites   0 Comments

Color spaces of #cef75f

RGB 20624795
HSL0.210.900.67
HSV76°62°97°
CMYK 0.170.000.62   0.03
XYZ60.779980.469623.1552
Yxy80.46960.36970.4895
Hunter Lab89.7048-36.040147.4891
CIE-Lab91.8952-34.296966.6476

#cef75f color RGB value is (206,247,95).

#cef75f hex color red value is 206, green value is 247 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cef75f hue: 0.21 , saturation: 0.90 and the lightness value of cef75f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110111 01011111
Octal 316 367 137
Decimal 206 247 95
Hex CE F7 5F

RGB Percentages of Color #cef75f

%37.59
%45.07
%17.34

CMYK Percentages of Color #cef75f

%17
%0
%62
%3

Triadic Colors of #cef75f

#cef75f #5fcef7 #f75fce

Analogous Colors of #cef75f

#cef75f #82f75f #f7d45f

Monochromatic Colors of #cef75f

#cef75f

Complementary Color

#cef75f #885ff7

#cef75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef75f Color CSS Codes

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

#cef75f Text Font Color

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

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


#cef75f Background Color

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

This div background color is #cef75f


#cef75f Border Color

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

This div border color is #cef75f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,247,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef75f


Comments

No comments written yet.

Please login to write comment.