Color Hex Logo

#cef74b Color Hex

#CEF74B
(206,247,75)
0 Favorites   0 Comments

Color spaces of #cef74b

RGB 20624775
HSL0.210.910.63
HSV74°70°97°
CMYK 0.170.000.70   0.03
XYZ59.984480.151318.9659
Yxy80.15130.37700.5038
Hunter Lab89.5273-37.075450.1088
CIE-Lab91.7527-35.570574.0853

#cef74b color RGB value is (206,247,75).

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

The process color (four color CMYK) of #cef74b color hex is 0.17, 0.00, 0.70, 0.03. Web safe color of #cef74b is #ccff33. Color #cef74b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110111 01001011
Octal 316 367 113
Decimal 206 247 75
Hex CE F7 4B

RGB Percentages of Color #cef74b

%39.02
%46.78
%14.20

CMYK Percentages of Color #cef74b

%17
%0
%70
%3

Triadic Colors of #cef74b

#cef74b #4bcef7 #f74bce

Analogous Colors of #cef74b

#cef74b #78f74b #f7ca4b

Monochromatic Colors of #cef74b

#cef74b

Complementary Color

#cef74b #744bf7

#cef74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef74b Color CSS Codes

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

#cef74b Text Font Color

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

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


#cef74b Background Color

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

This div background color is #cef74b


#cef74b Border Color

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

This div border color is #cef74b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef74b


Comments

No comments written yet.

Please login to write comment.