Color Hex Logo

#cef273 Color Hex

#CEF273
(206,242,115)
0 Favorites   0 Comments

Color spaces of #cef273

RGB 206242115
HSL0.210.830.70
HSV77°52°95°
CMYK 0.150.000.52   0.05
XYZ60.300277.863928.0707
Yxy77.86390.36270.4684
Hunter Lab88.2405-32.440842.9073
CIE-Lab90.7178-30.358256.7061

#cef273 color RGB value is (206,242,115).

#cef273 hex color red value is 206, green value is 242 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cef273 hue: 0.21 , saturation: 0.83 and the lightness value of cef273 is 0.70.

The process color (four color CMYK) of #cef273 color hex is 0.15, 0.00, 0.52, 0.05. Web safe color of #cef273 is #ccff66. Color #cef273 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110010 01110011
Octal 316 362 163
Decimal 206 242 115
Hex CE F2 73

RGB Percentages of Color #cef273

%36.59
%42.98
%20.43

CMYK Percentages of Color #cef273

%15
%0
%52
%5

Triadic Colors of #cef273

#cef273 #73cef2 #f273ce

Analogous Colors of #cef273

#cef273 #8ff273 #f2d773

Monochromatic Colors of #cef273

#cef273

Complementary Color

#cef273 #9773f2

#cef273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef273 Color CSS Codes

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

#cef273 Text Font Color

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

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


#cef273 Background Color

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

This div background color is #cef273


#cef273 Border Color

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

This div border color is #cef273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef273


Comments

No comments written yet.

Please login to write comment.