Color Hex Logo

#cef75b Color Hex

#CEF75B
(206,247,91)
0 Favorites   0 Comments

Color spaces of #cef75b

RGB 20624791
HSL0.210.910.66
HSV76°63°97°
CMYK 0.170.000.63   0.03
XYZ60.602780.398722.2219
Yxy80.39870.37130.4926
Hunter Lab89.6653-36.270348.0718
CIE-Lab91.8635-34.579368.2189

#cef75b color RGB value is (206,247,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110111 01011011
Octal 316 367 133
Decimal 206 247 91
Hex CE F7 5B

RGB Percentages of Color #cef75b

%37.87
%45.40
%16.73

CMYK Percentages of Color #cef75b

%17
%0
%63
%3

Triadic Colors of #cef75b

#cef75b #5bcef7 #f75bce

Analogous Colors of #cef75b

#cef75b #80f75b #f7d25b

Monochromatic Colors of #cef75b

#cef75b

Complementary Color

#cef75b #845bf7

#cef75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef75b Color CSS Codes

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

#cef75b Text Font Color

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

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


#cef75b Background Color

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

This div background color is #cef75b


#cef75b Border Color

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

This div border color is #cef75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef75b


Comments

No comments written yet.

Please login to write comment.