Color Hex Logo

#cef304 Color Hex

#CEF304
(206,243,4)
0 Favorites   0 Comments

Color spaces of #cef304

RGB 2062434
HSL0.190.970.48
HSV69°98°95°
CMYK 0.150.000.98   0.05
XYZ57.526177.231811.9901
Yxy77.23180.39200.5263
Hunter Lab87.8816-36.949253.4279
CIE-Lab90.4282-35.802287.6339

#cef304 color RGB value is (206,243,4).

#cef304 hex color red value is 206, green value is 243 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #cef304 hue: 0.19 , saturation: 0.97 and the lightness value of cef304 is 0.48.

The process color (four color CMYK) of #cef304 color hex is 0.15, 0.00, 0.98, 0.05. Web safe color of #cef304 is #ccff00. Color #cef304 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 00000100
Octal 316 363 4
Decimal 206 243 4
Hex CE F3 4

RGB Percentages of Color #cef304

%45.47
%53.64
%0.88

CMYK Percentages of Color #cef304

%15
%0
%98
%5

Triadic Colors of #cef304

#cef304 #04cef3 #f304ce

Analogous Colors of #cef304

#cef304 #56f304 #f3a104

Monochromatic Colors of #cef304

#cef304

Complementary Color

#cef304 #2904f3

#cef304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef304 Color CSS Codes

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

#cef304 Text Font Color

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

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


#cef304 Background Color

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

This div background color is #cef304


#cef304 Border Color

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

This div border color is #cef304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef304


Comments

No comments written yet.

Please login to write comment.