Color Hex Logo

#cefb61 Color Hex

#CEFB61
(206,251,97)
0 Favorites   0 Comments

Color spaces of #cefb61

RGB 20625197
HSL0.220.950.68
HSV78°61°98°
CMYK 0.180.000.61   0.02
XYZ62.108482.979224.0524
Yxy82.97920.36720.4906
Hunter Lab91.0929-37.708948.1100
CIE-Lab93.0053-35.966267.0394

#cefb61 color RGB value is (206,251,97).

#cefb61 hex color red value is 206, green value is 251 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cefb61 hue: 0.22 , saturation: 0.95 and the lightness value of cefb61 is 0.68.

The process color (four color CMYK) of #cefb61 color hex is 0.18, 0.00, 0.61, 0.02. Web safe color of #cefb61 is #ccff66. Color #cefb61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 01100001
Octal 316 373 141
Decimal 206 251 97
Hex CE FB 61

RGB Percentages of Color #cefb61

%37.18
%45.31
%17.51

CMYK Percentages of Color #cefb61

%18
%0
%61
%2

Triadic Colors of #cefb61

#cefb61 #61cefb #fb61ce

Analogous Colors of #cefb61

#cefb61 #81fb61 #fbdb61

Monochromatic Colors of #cefb61

#cefb61

Complementary Color

#cefb61 #8e61fb

#cefb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefb61 Color CSS Codes

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

#cefb61 Text Font Color

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

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


#cefb61 Background Color

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

This div background color is #cefb61


#cefb61 Border Color

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

This div border color is #cefb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefb61

Related Colors


Comments

No comments written yet.

Please login to write comment.