Color Hex Logo

#cef328 Color Hex

#CEF328
(206,243,40)
0 Favorites   0 Comments

Color spaces of #cef328

RGB 20624340
HSL0.200.890.55
HSV71°84°95°
CMYK 0.150.000.84   0.05
XYZ57.887277.376213.8916
Yxy77.37620.38810.5188
Hunter Lab87.9637-36.469252.2113
CIE-Lab90.4945-35.204882.9271

#cef328 color RGB value is (206,243,40).

#cef328 hex color red value is 206, green value is 243 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #cef328 hue: 0.20 , saturation: 0.89 and the lightness value of cef328 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 00101000
Octal 316 363 50
Decimal 206 243 40
Hex CE F3 28

RGB Percentages of Color #cef328

%42.13
%49.69
%8.18

CMYK Percentages of Color #cef328

%15
%0
%84
%5

Triadic Colors of #cef328

#cef328 #28cef3 #f328ce

Analogous Colors of #cef328

#cef328 #69f328 #f3b328

Monochromatic Colors of #cef328

#cef328

Complementary Color

#cef328 #4d28f3

#cef328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef328 Color CSS Codes

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

#cef328 Text Font Color

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

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


#cef328 Background Color

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

This div background color is #cef328


#cef328 Border Color

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

This div border color is #cef328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef328


Comments

No comments written yet.

Please login to write comment.