Color Hex Logo

#cefb2b Color Hex

#CEFB2B
(206,251,43)
0 Favorites   0 Comments

Color spaces of #cefb2b

RGB 20625143
HSL0.200.960.58
HSV73°83°98°
CMYK 0.180.000.83   0.02
XYZ60.386882.290614.9865
Yxy82.29060.38300.5219
Hunter Lab90.7142-39.925553.7049
CIE-Lab92.7030-38.709584.1562

#cefb2b color RGB value is (206,251,43).

#cefb2b hex color red value is 206, green value is 251 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cefb2b hue: 0.20 , saturation: 0.96 and the lightness value of cefb2b is 0.58.

The process color (four color CMYK) of #cefb2b color hex is 0.18, 0.00, 0.83, 0.02. Web safe color of #cefb2b is #ccff33. Color #cefb2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 00101011
Octal 316 373 53
Decimal 206 251 43
Hex CE FB 2B

RGB Percentages of Color #cefb2b

%41.20
%50.20
%8.60

CMYK Percentages of Color #cefb2b

%18
%0
%83
%2

Triadic Colors of #cefb2b

#cefb2b #2bcefb #fb2bce

Analogous Colors of #cefb2b

#cefb2b #66fb2b #fbc02b

Monochromatic Colors of #cefb2b

#cefb2b

Complementary Color

#cefb2b #582bfb

#cefb2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefb2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefb2b Color CSS Codes

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

#cefb2b Text Font Color

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

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


#cefb2b Background Color

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

This div background color is #cefb2b


#cefb2b Border Color

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

This div border color is #cefb2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefb2b


Comments

No comments written yet.

Please login to write comment.