Color Hex Logo

#cef146 Color Hex

#CEF146
(206,241,70)
0 Favorites   0 Comments

Color spaces of #cef146

RGB 20624170
HSL0.200.860.61
HSV72°71°95°
CMYK 0.150.000.71   0.05
XYZ58.014476.474617.4977
Yxy76.47460.38170.5032
Hunter Lab87.4498-34.619749.3516
CIE-Lab90.0792-33.104774.1600

#cef146 color RGB value is (206,241,70).

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

The process color (four color CMYK) of #cef146 color hex is 0.15, 0.00, 0.71, 0.05. Web safe color of #cef146 is #ccff33. Color #cef146 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110001 01000110
Octal 316 361 106
Decimal 206 241 70
Hex CE F1 46

RGB Percentages of Color #cef146

%39.85
%46.62
%13.54

CMYK Percentages of Color #cef146

%15
%0
%71
%5

Triadic Colors of #cef146

#cef146 #46cef1 #f146ce

Analogous Colors of #cef146

#cef146 #79f146 #f1bf46

Monochromatic Colors of #cef146

#cef146

Complementary Color

#cef146 #6946f1

#cef146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef146 Color CSS Codes

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

#cef146 Text Font Color

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

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


#cef146 Background Color

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

This div background color is #cef146


#cef146 Border Color

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

This div border color is #cef146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef146


Comments

No comments written yet.

Please login to write comment.