Color Hex Logo

#cef541 Color Hex

#CEF541
(206,245,65)
0 Favorites   0 Comments

Color spaces of #cef541

RGB 20624565
HSL0.200.900.61
HSV73°73°96°
CMYK 0.160.000.73   0.04
XYZ59.060178.808317.0997
Yxy78.80830.38110.5085
Hunter Lab88.7740-36.601150.7214
CIE-Lab91.1475-35.176176.8326

#cef541 color RGB value is (206,245,65).

#cef541 hex color red value is 206, green value is 245 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #cef541 hue: 0.20 , saturation: 0.90 and the lightness value of cef541 is 0.61.

The process color (four color CMYK) of #cef541 color hex is 0.16, 0.00, 0.73, 0.04. Web safe color of #cef541 is #ccff33. Color #cef541 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110101 01000001
Octal 316 365 101
Decimal 206 245 65
Hex CE F5 41

RGB Percentages of Color #cef541

%39.92
%47.48
%12.60

CMYK Percentages of Color #cef541

%16
%0
%73
%4

Triadic Colors of #cef541

#cef541 #41cef5 #f541ce

Analogous Colors of #cef541

#cef541 #74f541 #f5c241

Monochromatic Colors of #cef541

#cef541

Complementary Color

#cef541 #6841f5

#cef541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef541 Color CSS Codes

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

#cef541 Text Font Color

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

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


#cef541 Background Color

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

This div background color is #cef541


#cef541 Border Color

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

This div border color is #cef541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef541


Comments

No comments written yet.

Please login to write comment.